Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/

Capture.PNG /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/Capture.PNG
116 Views
0 Comments
Media file
README.md /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/README.md
235 Views
0 Comments
"# Dice-game"

Dice Game /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/index.html
353 Views
0 Comments
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Dice Game</title>
</head>
<body>
script.js /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/script.js
187 Views
0 Comments
// Create variables for the game state
let player1Score = 0
let player2Score = 0
let player1Turn = true

// Create variables to
style.css /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/style.css
126 Views
0 Comments
html, body {
--color-1: #a8e6cf;
--color-2: #dcedc1;
--color-3: #ffd3b6;
--color-4: #ffaaa5;
--color-5: